home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / interface / browser.swf / scripts / DefineButton2_314 / BUTTONCONDACTION on(release).as
Text File  |  2008-05-27  |  208b  |  8 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  3.    fscommand("Browser.Close");
  4.    fscommand("Media.Stop");
  5.    _level1.volta_inicio();
  6.    _root.secoes.gotoAndStop(1);
  7. }
  8.